home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / dterm.man < prev    next >
Encoding:
Text File  |  1990-09-18  |  3.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4. DTERM                     User Commands                     DTERM
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      dterm - ditroff output interpreter for terminals
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ddtteerrmm [ _o_p_t_i_o_n_s ] [ _f_i_l_e ]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _D_t_e_r_m interprets its input (standard input default) as out-
  16.      put from _d_i_t_r_o_f_f(I) and sends its output to standard out.
  17.      _D_t_e_r_m is intended as a vveerryy rough previewer for seeing how a
  18.      paper will be layed out.  Input processed for any typesetter
  19.      is mapped into a terminal's resolution to place characters
  20.      approximately where they would appear on the final output
  21.      device.  This is _n_o_t meant to be readable (except with the
  22.      --aa option, see below), and some characters will be missing.
  23.      Typical usage:
  24.  
  25.  
  26.                     ditroff -t file | dterm
  27.                                 or
  28.                     ditroff -P`dev' -t file > intermediate
  29.                     dterm intermediate
  30.  
  31.      At the end of each page _d_t_e_r_m prompts the user and waits for
  32.      a newline (empty line) from the keyboard before continuing
  33.      on to the next page.  In this wait state, _d_t_e_r_m accepts a
  34.      few commands.  Enter ?? to print the list of available com-
  35.      mands.
  36.  
  37.      The command line options are:
  38.  
  39.      --cc   Don't wait between pages; for directing output to _m_o_r_e
  40.           or into a file.
  41.  
  42.      --oo_l_i_s_t
  43.           prints only the pages enumerated in _l_i_s_t.  The list
  44.           consists of pages and page ranges (e.g., 5-17)
  45.           separated by commas. The range _n- goes from _n to the
  46.           end; the range -_n goes from the beginning to and
  47.           including page _n.
  48.  
  49.      --hh_n  Set the horizontal resolution (in characters per inch)
  50.           to _n; default is 10.0.
  51.  
  52.      --vv_n  Set the vertical resolution (in lines per inch) to _n;
  53.           default is 6.0.
  54.  
  55.      --ll_n  Set the maximum line length (in characters) to _n;
  56.           default is 79.
  57.  
  58.      --mm   Allow printing of margins (default action is for dterm
  59.           to print out only enough to show what's on the page).
  60.  
  61.  
  62.  
  63. Sprite v1.0                                                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. DTERM                     User Commands                     DTERM
  71.  
  72.  
  73.  
  74.           -m forces printing a page from the upper-left corner.
  75.  
  76.      --aa   force text to come out in a readable form (meant to
  77.           look something like ``ditroff -a'').  This usually
  78.           pushes the text farther right than it was meant to go.
  79.           It also does not prevent lines of text from a coming
  80.           out on top of each other.
  81.  
  82.      --LL   Put a form feed (^L) at the end of each page.
  83.  
  84.      --ww   Equivalent to ``-c -L -h20 -v12 -l131'' to format for
  85.           extra-large printouts on a line-printer.
  86.  
  87.      --ff_s  Get special character file (see below) from _s instead
  88.           of the default /usr/lib/font/devter/specfile.
  89.  
  90.      The ``specfile'' is a file of special character translations
  91.      that map troff special character names to strings to print
  92.      on a terminal.  Each line in the file consists of two
  93.      strings separated by a space.  The first string is the spe-
  94.      cial character name in troff and the second is what to print
  95.      on the terminal.  Special characters NOT in this file will
  96.      not print anything.
  97.  
  98. SSEEEE AALLSSOO
  99.      ditroff(1)
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129. Sprite v1.0                                                     2
  130.  
  131.  
  132.  
  133.